home *** CD-ROM | disk | FTP | other *** search
/ AGA Toolkit '97 / The AGA Toolkit '97.iso / graphics / misc / epic / changelog next >
Text File  |  1996-09-07  |  2KB  |  43 lines

  1. Fri Oct 20 19:25:20 1995  Eero Simoncelli  (eero@tarpon.cis.upenn.edu)
  2.  
  3.     * Added warning for images with dimensions d that are NOT
  4.     multiples of 2^(floor(log2(d/15))).
  5.  
  6. Sun Oct 15 13:07:04 1995  Eero Simoncelli  (eero@tarpon.cis.upenn.edu)
  7.  
  8.     * Speedup to unepic:  In collapse_pyr, don't collapse zero
  9.     coefficients.
  10.  
  11.     * changed scale_factor to 128: binsize=0 now produces something
  12.     closer to perfect reconstruction
  13.  
  14. Tue Oct 10 15:22:13 1995  Eero Simoncelli  (eero@tarpon.cis.upenn.edu)
  15.  
  16.     * Changed test_image to be a PGM file.
  17.     * Version 1.1 tarfile made
  18.  
  19. Sun Oct  8 15:22:57 1995  Eero Simoncelli  (eero@tarpon.cis.upenn.edu)
  20.  
  21.     * NON-SQUARE IMAGES ARE NOW HANDLED 
  22.       (added butch@grip.cis.upenn.edu's mods to collapse_pyr).
  23.     * PGM FILES ARE NOW READ (BUT NOT WRITTEN)
  24.       (added butch's mods for reading PGM images).
  25.     * Slight mods to makefile: use $*.c instead of $< for denoting target
  26.  
  27. Tue Sep 19 18:40:57 1995  Eero Simoncelli  (eero@tarpon.cis.upenn.edu)
  28.  
  29.     * New file "USAGE" gives usage.
  30.     * quantize.c: minimal binsize is now set based on the maximum abs
  31.       value of pixels, rather than the range.
  32.  
  33. Mon Jun  7 20:25:07 1993  Eero Simoncelli  (eero@tarpon.cis.upenn.edu)
  34.  
  35.     * Minor change: fixed up some error messages.
  36.     * Added new internal_tranpose and internal_int_transpose that
  37.     perform in-place transpose on non-square matrices.  This removes
  38.     all dependencies on square images except for collapse_pyr, which
  39.     needs to be rewritten.
  40.     
  41. July 1989  Eero Simoncelli  (eero@whitechapel.media.mit.edu)
  42.     * Original source code released.
  43.